home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-21
/
aview64f.zip
/
VIEWCOMP.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-06-08
|
1KB
|
33 lines
rem
rem AViewCom archive [port] [options]
rem archive = file to view, or '*' to search
rem port = 'com#' or 'local' where # = 0 to 22 and 0 = local
rem options:
rem -a# = ansi: 0 = mono, 1 = ansi, 2 = prompt user
rem -b# = com port base address in hex
rem -c = read options from configuration file
rem -d = do not allow downloading
rem -e# = extractor: 0-pkxarc, 1-pkunpak, 2-pak, 3-arc,
rem 4-pkunzip, 5-zoo, 6-lharc 7-arj
rem -i# = com port irq number
rem -l = enable activity logging
rem -p{tpath}= tpath = d:pathname of temporary directory to extract files to
rem -q = disable DesqView compability patch
rem -r# = baud rate for file transfer calculations
rem -t# = maximum number of minutes allowed in AViewCom
rem -u = update USERINFO.DAT to reflect downloads
rem -v = disable direct screen writes
rem -w = read user information from DOOR.SYS
rem Options order is not important, but archive must come first
rem
if "x%WCNODEID%" == "x" goto wc30s
:wc30m
cd \wc30\wcwork\node%WCNODEID%
if "x%WCPORTID%" == "x" goto noport
:wc30s
\wc30\aviewcom\aviewcom %1 com%WCPORTID% -w
goto end
:noport
\wc30\aviewcom\aviewcom %1 com1 -w
:end